From 53d86d411a255dc04f64442f44ee9fc62a95dabd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 May 2020 10:51:11 -0400 Subject: [PATCH] Adwaita: Style .toolbar We don't have GtkToolbar anymore, so we are more likely to meet a .toolbar style class, than a toolbar element. --- gtk/theme/Adwaita/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index ba1e6738dd..fdb9fe31c7 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1291,6 +1291,7 @@ combobox { background-color: $bg_color; } +.toolbar, toolbar { @extend %toolbar; -- 2.30.2